html{
    font-family:  FZBIAOYSJW;
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    height: 100%;
    font-size: 1vw;
}
body{
    padding: 0;
    margin: 0 auto;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
div,p,span,ul,li,i,h1{
    margin: 0;
    padding: 0;
    list-style: none;
    font-style: normal;
    text-shadow: none;
    font-weight: normal;
}
a{
    text-decoration: none;
    color: #000;
    outline: none;
    outline-style: none;
}
.clear_both{
    content: " ";
    display: block;
    clear: both;
    overflow: hidden;
}

.top_black{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: #fff;
}
.index_top_app{
    height: 11rem;
    border-bottom: .1333rem solid #EFEFEF;
    padding: 0 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 4.2667rem;
}
.index_top_app p{
    display: flex;
    align-items: center;
}
.index_top_app p img{
    width: 14.9333rem;
    padding-right: 2.6667rem;
}
.index_top_app div{
    display: flex;
    align-items: center;
}
.index_top_app div img{
    width: 5.2rem;
    margin: 1rem 5.3333rem 0 0;
}
.index_top_app span{
    display: inline-block;
    width: 17.3333rem;
    height: 6.6667rem;
    background: linear-gradient(158deg, #FF583A 0%, #FF583A 1%, #FF3028 100%);
    border-radius: .2667rem;
    text-align: center;
    line-height: 6.6667rem;
}
.index_top_app span a{
    color: #fff;
}

ul.menu_black{
    overflow-x: scroll;
    white-space: nowrap;
    line-height: 11.7333rem;
    height: 11.7333rem;
    font-size: 4.2667rem;
    padding-left: 4rem;
    width: 100%;
    box-sizing: border-box;
}
ul.menu_black::-webkit-scrollbar { width: 0 !important;height: 0; }
ul.menu_black li{
    margin-right: 2.3rem;
    display: inline-block;
}
ul.menu_black li a{
    color: #505154;
}
ul.menu_black li.active{
    background: url(../images/menu-active.png) center 8.6rem no-repeat;
    background-size: 2.1333rem;
}
ul.menu_black li.active a{
    color: #333334;
    font-weight: bold;
}

.index_banner{
    background-color: #F9FAF9;
    padding: 1.3333rem 0 1.3333rem 4rem;
}
.index_queen{
    background-color: #F9FAF9;
    padding: 1.3333rem 0 1.3333rem 4rem;
}
.banner_black .swiper-slide, .quee_black .swiper-slide{
    position: relative;
    line-height: 0;
}
.banner_black .swiper-slide a, .quee_black .swiper-slide a{
    display: block;
    line-height: 0;
}
.banner_black .swiper-slide img{
    width: 72rem;
    height: 42rem;
}
.quee_black .swiper-slide img{
    width: 72rem;
    height: 24rem;
}
.banner_black .swiper-slide p, .quee_black .swiper-slide p{
    width: 72rem;
    height: 19.7333rem;
    background: url(../images/banner-bg.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 6.9333rem;
    padding: 3.5rem 6.6667rem 0 3rem;
    box-sizing: border-box;
}
.index_banner .swiper-container-horizontal>.swiper-pagination-bullets,
.index_banner .swiper-pagination-custom,
.index_banner .swiper-pagination-fraction{
    width: 11.6rem;
    height: 4.6667rem;
    line-height: 4.6667rem;
    text-align: center;
    font-size: 2.4rem;
    color: #fff;
    right: 24rem;
    bottom: 2.9333rem;
    left: auto;
    background-color: rgba(0, 0, 0, 0.36);
    border-radius: 2.334rem 0 0 2.334rem;
}
.banner_black .swiper-pagination-current, .quee_black .swiper-pagination-current{
    font-size: 3rem;
}

.key_news{
    display: flex;
    align-items: center;
    height: 26.9333rem;
    padding-right: 5.3333rem;
    margin-top: 23rem;
}
.key_news img{
    width: 19.2rem;
}
.key_news span{
    width: .2667rem;
    height: 7.6rem;
    background-color: #CCD0D4;
    margin-right: 4rem;
}

.key_news_right {
    width: 100%;
    height: 100%;
}
.key_news_right .swiper-slide {
    font-size: 5.0667rem;
    line-height: 7.2rem;
    display: flex;
    align-items: center;
}
.key_news_right .swiper-slide p{
    max-height: 21.6rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.grey_black{
    height: 1.0667rem;
    background-color: #F9FAF9;
}

.index_news{
    padding: 4rem;
}
.index_news a{
    display: flex;
    justify-content: space-between;
}
.index_news a h1{
    font-size: 4.8rem;
    font-weight: normal;
    line-height: 7.3333rem;
    height: 22rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.index_news a img{
    min-width: 29.8667rem;
    min-height: 19.7333rem;
    max-width: 29.8667rem;
    max-height: 19.7333rem;
    margin-left: 1rem;
    border-radius: .8rem;
}
.index_news a p{
    font-size: 3.2rem;
    color: #9EA4A9;
    margin-top: 3rem;
}
.index_news.no_img h1{
    height: 14.6667rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index_special,
.index_video{
    padding: 2.9333rem 4rem;
}
.index_special h1,
.index_video h1{
    font-size: 4.8rem;
    line-height: 7.3333rem;
}
.index_special div{
    line-height: 0;
    padding-top: 1.6rem;
}
.index_special div img,
.index_video div img{
    width: 92rem;
    height: 51.7333rem;
    border-radius: .8rem;
}
.index_special p,
.index_video p{
    font-size: 3.2rem;
    color: #9EA4A9;
    margin-top: 2.4rem;
}
.index_video div{
    line-height: 0;
    margin-top: 1.6rem;
    position: relative;
}
.index_video div i{
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/index-video-icon.png) center no-repeat;
    background-size: 10.6667rem;
    position: absolute;
    left: 0;
    top: 0;
}
.index_video p{
    display: flex;
    align-items: center;
}
.index_video p span{
    color: #E32415;
    display: flex;
    align-items: center;
}
.index_video p span img{
    width: 4.2667rem;
    padding-right: 1.3333rem;
}
.index_video p span i{
    display: inline-block;
    width: 1.2rem;
    height: 1.8667rem;
    background: url(../images/arrow.png) no-repeat;
    background-size: 100%;
    margin: 0 2.1333rem 0 .6667rem;
}

.index_footer{
    background-color: #F9FAF9;
    padding: 4rem 0;
}
.index_footer a{
    display: block;
    width: 84.8rem;
    height: 10.9333rem;
    line-height: 10.9333rem;
    background-color: #FEF2F1;
    border-radius: .8rem;
    margin: 0 auto;
    text-align: center;
    font-size: 4.2667rem;
    color: #F6261E;
}

.swiper-container.else_banner_in{
    width: 100rem;
    height: 56rem;
    margin-top: .6667rem;
}
.else_banner_in .swiper-slide{
    position: relative;
}
.else_banner_in .swiper-slide img{
    width: 100rem;
    height: 56rem;
}
.else_banner_in .swiper-slide p{
    width: 100rem;
    max-height: 18.9333rem;
    /*background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 17%, rgba(0,0,0,0.47) 100%);*/
    position: absolute;
    left: 0;
    bottom: 7.5rem;
    font-size: 4.8rem;
    font-weight: 500;
    color: #fff;
    box-sizing: border-box;
    text-align: left;
    padding: 6.6667rem 1.5rem 0 1.5rem;
}
.else_banner_in .swiper-pagination{
    text-align: left;
}
.else_banner{
    margin-top: 23rem;
}
.else_banner .swiper-container-horizontal>.swiper-pagination-bullets,
.else_banner .swiper-pagination-custom,
.else_banner .swiper-pagination-fraction{
    bottom: 2.6667rem;
    left: 4rem;
}
.else_banner .swiper-pagination-bullet{
    width: 1.8667rem;
    height: 1.8667rem;
    border: 0.55rem solid rgba(250,253,255,0.8);
    box-sizing: border-box;
}
.else_banner .swiper-pagination-bullet{
    opacity: 1;
}
.else_banner .swiper-pagination-bullet-active{
    background-color: #FF3028;
    border: #FF3028;
}

.detail_black{
    padding-top: 2.6667rem;
}
.detail_black h1{
    font-size: 7.7333rem;
    line-height: 9.8667rem;
    font-weight: bold;
    padding: 0 5.3333rem;
}
.title_bottom{
    font-size: 3.2rem;
    color: #9EA4A9;
    padding: 1.9333rem 5.3333rem 0;
}
.title_bottom p{
    color: #545454;
    display: flex;
    align-items: center;
    float: left;
}
.title_bottom p img{
    width: 1.4667rem;
    margin: 0 2.4rem 0 1.6333rem;
}
.title_bottom span{
    float: left;
}
.title_bottom i{
    float: right;
}
.margin_top_banner_23 {
    margin-top: 23rem;
}
.nav_box{
    position: relative;
}
ul.menu_black{
    width: 92%;
}
.nav_more{
    width: 4.2rem;
    height: 4.2rem;
    position: absolute;
    right: 1.333rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.nav_popup{
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
}
.show {
    display: block;
}
.popup_top{
    position: relative;
    height: 10.667rem;
    line-height: 10.667rem;
}
.popup_top p{
    text-align: center;
    font-size: 4.8rem;
    color: #c72629;
}
.nav_close{
    width: 5.5rem;
    height: 5.5rem;
    position: absolute;
    right: 1.333rem;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
}
.popup_bottom{
    display: flex;
    height: calc(100% - 10.667rem);
    font-size: 4.8rem;
    color: #666;
}
ul.popup_left{
    height: 100%;
    width: 25.067rem;
    background-color: #f9f9f9;
    overflow-y: auto;
}
ul.popup_left li{
    height: 17.333rem;
    line-height: 17.333rem;
    text-align: center;
}
ul.popup_left li.active{
    background-color: #fff;
    color: #f32723;
    border-left: .933rem solid #f32723;
}

.popup_right{
    flex: 1;
    height: 100%;
    overflow-y: auto;
}
.pop_r_title{
    font-size: 3.733rem;
    padding: 0 0 0 5.333rem;
    margin-top: 6.667rem;
    display: flex;
    align-items: center;
    color: #6c6c6c;
}
.pop_r_title img{
    width: 2rem;
    margin-right: 1.333rem;
    display: none;
}
.pop_r_title.active img{
    display: block;
}

ul.pop_r_ul{
    display: flex;
    flex-wrap: wrap;
    padding: 4rem 5.333rem 0;
    gap: 4rem 5.333rem;
}
ul.pop_r_ul li{
    background-color: #f8f8f8;
    width: 17.6rem;
    height: 9.333rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    padding: 0 1.333rem;
    box-sizing: border-box;
}
ul.pop_r_ul li.text_more{
    font-size: 3.467rem;
    line-height: 4rem;
}
@media screen and (min-width: 1024px){
    html {
        max-width: 750px !important;
        margin: auto !important;
        font-size: 7.5px!important;
    }
    .top_black{
        width: 750px;
        left: 50%;
        margin-left: -375px;
    }
}